runtime.mspan.objIndex (method)

6 uses

	runtime (current package)
		mbitmap.go#L247: func (s *mspan) objIndex(p uintptr) uintptr {
		mbitmap.go#L253: 	objIndex := s.objIndex(p)
		mbitmap.go#L415: 	objIndex = s.objIndex(p)
		mgcmark.go#L1355: 			idx := span.objIndex(val)
		mgcmark.go#L1409: 		idx := span.objIndex(val)
		mgcmark.go#L1550: 	objIndex := span.objIndex(obj)